MyDAC

TCustomMyConnectionOptions Properties

Properties of the TCustomMyConnectionOptions class.

For a complete list of the TCustomMyConnectionOptions class members, see the TCustomMyConnectionOptions Members topic.

Public

Name Description

Charset

Used to set a character set used by the client.

DefaultSortType (inherited from TDAConnectionOptions)

Used to determine the default type of local sorting for string fields. It is used when a sort type is not specified explicitly after the field name in the TMemDataSet.IndexFieldNames property of a dataset.

DisconnectedMode (inherited from TDAConnectionOptions)

Used to open a connection only when needed for performing a server call and closes after performing the operation.

KeepDesignConnected (inherited from TDAConnectionOptions)

Used to prevent an application from establishing a connection at the time of startup.

LocalFailover (inherited from TDAConnectionOptions)

If True, the TCustomDAConnection.OnConnectionLost event occurs and a failover operation can be performed after connection breaks.

NullForZeroDelphiDate

Used to hide the '30-12-1899' dates.

NumericType

Used to specify the format of storing and representation of the NUMERIC (DECIMAL) fields for all TCustomMyDataSets, associated with the given connection.

OptimizedBigInt

Used to convert all fields with field length less than 11 of TLargeIntField type into TIntegerField.

UseUnicode

Used to inform server that all data between client and server sides will be passed in Utf8 coding.

Published

Name Description

AllowImplicitConnect (inherited from TDAConnectionOptions)

Specifies whether to allow or not implicit connection opening.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback